Q3Texture_GetType
You can use theQ3Texture_GetType
function to get the type of a texture object.
TQ3ObjectType Q3Texture_GetType (TQ3TextureObject texture);
texture
- A texture object.
DESCRIPTION
TheQ3Texture_GetType
function returns, as its function result, the type of the texture object specified by thetexture
parameter. The type of texture objects currently supported by QuickDraw 3D is defined by this constant:
kQ3TextureTypePixmapIf the specified texture object is invalid or is not of this type,Q3Texture_GetType
returns the valuekQ3ObjectTypeInvalid
.